home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 June / PSL Monthly Shareware CD-ROM (June 1994) (Public Software Library).bin / reviews / wi_8b < prev    next >
Text File  |  1994-02-23  |  15KB  |  498 lines

  1. WI-8B:  Visual Basic Custom Controls
  2.  
  3.  
  4. ---------------------
  5. #3880 Custom Controls           Small Programs Disk
  6. ---------------------
  7.  
  8. Browse Bound Control (BBCC)
  9.    Delta Soft Inc.
  10.    $20
  11. contains a control that can be used in conjunction with the standard VB3 Data
  12. control to browse any RecordSet. There are full on-the-spot editing facilities
  13. with data pre- and postvalidation. You can freeze columns at the left edge,
  14. set column and header text alignment, and set special coloring for any column.
  15.  
  16. ClipSib 1.0
  17.    Funk, Keith
  18.    $0
  19. allows you to have overlapping controls, which VB does not normally support. VB
  20. code for an excellent demo of the routine is included. This code contains many
  21. other useful routines as well.
  22.  
  23. DropDown (DROPDWN)
  24.    $0
  25. shows how to simulate a Combo box with a Text box and a List box.
  26.  
  27. FOpen 1.1
  28.    Kitsos, Costas
  29.    $0
  30. is a set of forms, VB code, and API calls to create the standard Windows type of
  31. "Open File" dialog box. A demo is included.
  32.  
  33. Gauge
  34.    Mattila, Jussi
  35.    $0
  36. tells how to create a Meter box from two Picture boxes.
  37.  
  38. Graphic 1.1
  39.    Cramp, Stephen
  40.    $15
  41. is a 256-color custom control. It also includes support for OS/2 BMP files. This
  42. version can only be used within VB. Registration gets a runtime module.
  43.  
  44. GridPl
  45.    $0
  46. is a routine for entering data into a Grid control and to scroll the Grid with
  47. Cntl-Arrow or the mouse.
  48.  
  49. Huge-MC
  50.    Marquis Computing
  51.    $0
  52. is the VB Source code to a huge array manager for Windows 3.1. You can create
  53. huge arrays of up to 16MB on 386 and 1 MB on 286.
  54.  
  55. MoveTxt
  56.    Funk, Keith
  57.    $0
  58. shows how to use a Picture control to simulate dragging of a Text control (which
  59. normally cannot be dragged).
  60.  
  61. MultiPik (MULTIPK)
  62.    Kitsos, Costas
  63.    $0
  64. shows how to create a multiple-selection List box with API calls. This is a
  65. frequently requested feature for VB. Source and demo included.
  66.  
  67. GrafStat 1.0 (GRAF-ST)
  68.    Object Productivity, Inc.
  69.    $22-$32
  70. is a custom control for displaying the status of a process. Two styles are
  71. offered: thermometer and needle.
  72.  
  73. Grid Routines (GRIDRTN)
  74.    Ford, Nelson ASP
  75.    $0
  76. is a set of routines for use with the Grid custom control. Routines include
  77. cursor key scrolling of the Grid, direct input to the Grid, add a row, delete a
  78. row, save to and load from disk, clear the Grid and more.
  79.  
  80. Grid-VB
  81.    $0
  82. is a single control that lets you display data in columns and rows. This was
  83. originally given to beta testers by Microsoft, but not included in VB. Jonathan
  84. Zuck has made enhancements to it.
  85.  
  86. HugeGrid (HUGEGRD)
  87.    Ford, Nelson ASP
  88.    $0
  89. is sample code illustrating the integration of a Huge Array with a Grid control.
  90. Features include sorting, searching, adding, deleting and sorted inserting of
  91. records into the Huge Array, as well as paging and scrolling through data with
  92. the Grid.
  93.  
  94. Picnic
  95.    Funk, Keith
  96.    $0
  97. allows you to make picture controls look like VB forms. It demonstrates how to
  98. use the Win3 API functions to add a caption, sizing border and a minimize box
  99. and system menu to a picture control.
  100.  
  101. Prntlbl
  102.    $0
  103. shows how to print captions on a Form using API calls instead of Label controls.
  104. The code looks enormously complicated to us, considering that you can do the
  105. same thing with a few straight VB commands, but maybe we are missing something.
  106.  
  107. RandGrid (RANDGRD)
  108.    Ford, Nelson ASP
  109.    $0
  110. is sample code illustrating the integration of a random access file and a Grid
  111. control.
  112.  
  113. Spin
  114.    Kitsos, Costas
  115.    $0
  116. is commented VB source code to create a Spin Button Control. No DLL/VBX files
  117. are required.
  118.  
  119. VBMeter
  120.    $0
  121. is a VBX that lets you create a meter type display with horizontal or vertical
  122. bars.
  123.  
  124. VBWrite
  125.    Simms, Jeff
  126.    $0
  127. contains source code that demonstrates adding MS Write as a edit control to a VB
  128. application. The advantage is that a Text box does not allow different fonts,
  129. etc., which Write allows. This code is still in the experimental stage.
  130.  
  131. --------------------------------
  132. END OF SMALL PROGRAMS DISK #3880
  133. --------------------------------
  134.  
  135.  
  136. ------------------------
  137. #4606 Custom Controls #2       Small Programs Disk
  138. ------------------------
  139.  
  140. 3DCTL
  141.   Bonner, Paul
  142.   $0
  143. shows how to use CTL3D.DLL from Excel 4.0 to give all common dialogs and
  144. message boxes in a VB app a 3-D appearance. (CTL3D.DLL not included.)
  145.  
  146. 3D-VB Input 1.0b (3DVBIN)
  147.    Opaque Software
  148.    $15
  149. is a Text Box type custom control with numerous optional 3D effects, formatted
  150. input, justification, and more.
  151.  
  152. 3D-How
  153.    shows you how to draw 3D brushed steel looking controls with VB2. All
  154. code is included; no add-on tools are required.
  155.  
  156. CntrlC
  157.    $0
  158. shows how to create new instances of composite controls (eg: frames with check
  159. boxes) using the SetParent API call.
  160.  
  161. DDServe
  162.   Zuck, Jonathan
  163.   $0
  164. is a DLL that lets you add Windows 3.1 drag-and-drop capability to your
  165. applications. Several example apps are included.
  166.  
  167. Dialogs
  168.    Kitsos/Johnson
  169.    $0
  170. contains example code for using common dialogs with API calls without the need
  171. for a separate DLL.
  172.  
  173. Dragdrop.VBX (DD-VBX)
  174.    Apex Software
  175.    $0
  176. allows Visual Basic applications to intercept File Manager drag/drop messages.
  177.  
  178. IniCon 2.2  (12-93 CD)
  179.   Shields, James ASP
  180.   $5
  181. is a custom control to help deal with INI files. It will handle Windows API
  182. calls, and comes with a Windows Help file.
  183.  
  184. MhCtl
  185.   Beekes, Bernd
  186.   $?
  187. demonstrates how to get the control handle of a menu.
  188.  
  189. MHSample (MHSAMPL)
  190.    Patterson, Sam
  191.    $0
  192. is a well commented sample custom control.
  193.  
  194. OpenDlg
  195.    Thomas, Zane
  196.    $0
  197. is a DLL for the Open and Save-As common dialogs.
  198.  
  199. PerCnt 2.0  (11-93 CD)
  200.    Shields, James ASP
  201.    $10
  202. is a custom control to display a percentage status bar. The VB program
  203. can control the font, color, border, and size characteristics of the
  204. status bar. Sample code is included.
  205.  
  206. PropView (PROPVW)
  207.    Microsoft
  208.    $0
  209. is a Custom Control that can display the properties of the current form and
  210. allows printing of the control properties.
  211.  
  212. SIZ Custom Control 1.00 (SIZ_CC)  (10-93 CD)
  213.    Raike, William M.
  214.    $15
  215. lets you put controls on forms that have "handles" which let them be resized
  216. at runtime.
  217.  
  218. Stbar 2.26 (11-93 CD)
  219.   Beekes, Bernd
  220.   $50-$85
  221. allows you to add a status line to your VB applications.
  222.  
  223. SysMenu
  224.    Simms, Jeff
  225.    $0
  226. is a DLL for adding menu items to a form's system control box.
  227.  
  228. TimeQueue & TextKey (TIMETXT)
  229.    Curlew Software
  230.    $0-$10
  231. are two VB controls. TextKey lets you attach a prepared text file to it
  232. during design time. TimeQueue lets you execute events at specified time
  233. intervals.
  234.  
  235. ToolBar
  236.    Murphy, Stephen
  237.    $0
  238. walks you through creating a toolbar using a picture box for the bar and BMP
  239. files for the buttons. Sample source code and BMP files are included.
  240.  
  241. ToolButton 2.0 (TOOLBUT)
  242.    Foster, Brett
  243.    $?
  244. lets you have standard toolbar buttons. Features include nine standard
  245. command buttons, six different button states generated from a single
  246. supplied bitmap for custom buttons, MouseDown event for help messages,
  247. on-line help reference, and more.
  248.  
  249. VB-Bar
  250.   PoloWood, Felipe
  251.   $0
  252. is a percent-complete gauge that requires only a single Picture box, which
  253. conserves resources.
  254.  
  255. VBCtl3D (VB3D)
  256.    Beekes, Bernd and Simms, Jeff
  257.    $29
  258. allows you to easily add 3-D effects to controls, message boxes,
  259. dialogs, etc.
  260.  
  261. --------------------------------
  262. END OF SMALL PROGRAMS DISK #4606
  263. --------------------------------
  264.  
  265.  
  266. -------------------------
  267. #12510 Custom Controls #3        Small Programs Disk
  268. -------------------------
  269.  
  270. Buttons
  271.    Freel, Fred
  272.    $0
  273. are ten button arrays for use with ToolButton 2.0. A BMP workspace is
  274. also included for modifying the buttons, or creating and capturing new
  275. ones.
  276.  
  277. Ini.vbx (INI_VBX)
  278.    Dexter, Walter F.
  279.    $0
  280. is a custom control for writing to and reading from .INI files.
  281.  
  282. Iovbx
  283.    contains a VB custom control to read and write to I/O ports.
  284.  
  285. MenuWatch (MENUWAT)
  286.    Lathrop, Steve
  287.    $15
  288. allows you to easily add a full-featured menu help status bar to your
  289. appli